home *** CD-ROM | disk | FTP | other *** search
- // $Id: SignalB.C,v 1.2 1995/05/02 09:24:08 zeller Exp $ -*- C++ -*-
- // Block signals for the lifetime of this object (protect critical sections)
-
- // Copyright (C) 1993 Technische Universitaet Braunschweig, Germany.
- // Written by Andreas Zeller (zeller@ips.cs.tu-bs.de).
- //
- // This file is part of NORA.
- //
- // NORA is free software; you can redistribute it and/or
- // modify it under the terms of the GNU General Public
- // License as published by the Free Software Foundation; either
- // version 2 of the License, or (at your option) any later version.
- //
- // NORA is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- // See the GNU General Public License for more details.
- //
- // You should have received a copy of the GNU General Public
- // License along with NORA -- see the file COPYING.
- // If not, write to the Free Software Foundation, Inc.,
- // 675 Mass Ave, Cambridge, MA 02139, USA.
- //
- // NORA is an experimental inference-based software development
- // environment. Contact nora@ips.cs.tu-bs.de for details.
-
- char SignalBlocker_rcsid[] =
- "$Id: SignalB.C,v 1.2 1995/05/02 09:24:08 zeller Exp $";
-
- #ifdef __GNUG__
- #pragma implementation
- #endif
-
- #include "SignalB.h"
-
-